propagating error meaning in English
繁殖误差
Examples
- Propagating errors back to a client is done by throwing exceptions
将错误传播回客户端是通过引发异常来完成的。 - The rule for propagating errors is : if the process which receives an exit signal , caused by an error , is not trapping exits then the process dies and sends exit signals to all its linked processes
传播错误的规则是:如果一个进程接收到退出信号(可能是由于一个错误引起的) ,而没有加以捕获,这个进程失效并且发送退出信号给和它相链接的其他进程。